3.1.63 \(\int \frac {\sinh (a+b x^n)}{x^3} \, dx\) [63]

Optimal. Leaf size=75 \[ -\frac {e^a \left (-b x^n\right )^{2/n} \Gamma \left (-\frac {2}{n},-b x^n\right )}{2 n x^2}+\frac {e^{-a} \left (b x^n\right )^{2/n} \Gamma \left (-\frac {2}{n},b x^n\right )}{2 n x^2} \]

[Out]

-1/2*exp(a)*(-b*x^n)^(2/n)*GAMMA(-2/n,-b*x^n)/n/x^2+1/2*(b*x^n)^(2/n)*GAMMA(-2/n,b*x^n)/exp(a)/n/x^2

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 75, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {5468, 2250} \begin {gather*} \frac {e^{-a} \left (b x^n\right )^{2/n} \text {Gamma}\left (-\frac {2}{n},b x^n\right )}{2 n x^2}-\frac {e^a \left (-b x^n\right )^{2/n} \text {Gamma}\left (-\frac {2}{n},-b x^n\right )}{2 n x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sinh[a + b*x^n]/x^3,x]

[Out]

-1/2*(E^a*(-(b*x^n))^(2/n)*Gamma[-2/n, -(b*x^n)])/(n*x^2) + ((b*x^n)^(2/n)*Gamma[-2/n, b*x^n])/(2*E^a*n*x^2)

Rule 2250

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((e_.) + (f_.)*(x_))^(m_.), x_Symbol] :> Simp[(-F^a)*((e +
f*x)^(m + 1)/(f*n*((-b)*(c + d*x)^n*Log[F])^((m + 1)/n)))*Gamma[(m + 1)/n, (-b)*(c + d*x)^n*Log[F]], x] /; Fre
eQ[{F, a, b, c, d, e, f, m, n}, x] && EqQ[d*e - c*f, 0]

Rule 5468

Int[((e_.)*(x_))^(m_.)*Sinh[(c_.) + (d_.)*(x_)^(n_)], x_Symbol] :> Dist[1/2, Int[(e*x)^m*E^(c + d*x^n), x], x]
 - Dist[1/2, Int[(e*x)^m*E^(-c - d*x^n), x], x] /; FreeQ[{c, d, e, m, n}, x]

Rubi steps

\begin {align*} \int \frac {\sinh \left (a+b x^n\right )}{x^3} \, dx &=-\left (\frac {1}{2} \int \frac {e^{-a-b x^n}}{x^3} \, dx\right )+\frac {1}{2} \int \frac {e^{a+b x^n}}{x^3} \, dx\\ &=-\frac {e^a \left (-b x^n\right )^{2/n} \Gamma \left (-\frac {2}{n},-b x^n\right )}{2 n x^2}+\frac {e^{-a} \left (b x^n\right )^{2/n} \Gamma \left (-\frac {2}{n},b x^n\right )}{2 n x^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.06, size = 72, normalized size = 0.96 \begin {gather*} \frac {\left (b x^n\right )^{2/n} \Gamma \left (-\frac {2}{n},b x^n\right ) (\cosh (a)-\sinh (a))-\left (-b x^n\right )^{2/n} \Gamma \left (-\frac {2}{n},-b x^n\right ) (\cosh (a)+\sinh (a))}{2 n x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sinh[a + b*x^n]/x^3,x]

[Out]

((b*x^n)^(2/n)*Gamma[-2/n, b*x^n]*(Cosh[a] - Sinh[a]) - (-(b*x^n))^(2/n)*Gamma[-2/n, -(b*x^n)]*(Cosh[a] + Sinh
[a]))/(2*n*x^2)

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 5 vs. order 4.
time = 0.21, size = 77, normalized size = 1.03

method result size
meijerg \(-\frac {\hypergeom \left (\left [-\frac {1}{n}\right ], \left [\frac {1}{2}, 1-\frac {1}{n}\right ], \frac {x^{2 n} b^{2}}{4}\right ) \sinh \left (a \right )}{2 x^{2}}+\frac {x^{-2+n} b \hypergeom \left (\left [\frac {1}{2}-\frac {1}{n}\right ], \left [\frac {3}{2}, \frac {3}{2}-\frac {1}{n}\right ], \frac {x^{2 n} b^{2}}{4}\right ) \cosh \left (a \right )}{-2+n}\) \(77\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(a+b*x^n)/x^3,x,method=_RETURNVERBOSE)

[Out]

-1/2/x^2*hypergeom([-1/n],[1/2,1-1/n],1/4*x^(2*n)*b^2)*sinh(a)+1/(-2+n)*x^(-2+n)*b*hypergeom([1/2-1/n],[3/2,3/
2-1/n],1/4*x^(2*n)*b^2)*cosh(a)

________________________________________________________________________________________

Maxima [A]
time = 0.09, size = 69, normalized size = 0.92 \begin {gather*} \frac {\left (b x^{n}\right )^{\frac {2}{n}} e^{\left (-a\right )} \Gamma \left (-\frac {2}{n}, b x^{n}\right )}{2 \, n x^{2}} - \frac {\left (-b x^{n}\right )^{\frac {2}{n}} e^{a} \Gamma \left (-\frac {2}{n}, -b x^{n}\right )}{2 \, n x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(a+b*x^n)/x^3,x, algorithm="maxima")

[Out]

1/2*(b*x^n)^(2/n)*e^(-a)*gamma(-2/n, b*x^n)/(n*x^2) - 1/2*(-b*x^n)^(2/n)*e^a*gamma(-2/n, -b*x^n)/(n*x^2)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(a+b*x^n)/x^3,x, algorithm="fricas")

[Out]

integral(sinh(b*x^n + a)/x^3, x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sinh {\left (a + b x^{n} \right )}}{x^{3}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(a+b*x**n)/x**3,x)

[Out]

Integral(sinh(a + b*x**n)/x**3, x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(a+b*x^n)/x^3,x, algorithm="giac")

[Out]

integrate(sinh(b*x^n + a)/x^3, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {\mathrm {sinh}\left (a+b\,x^n\right )}{x^3} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(a + b*x^n)/x^3,x)

[Out]

int(sinh(a + b*x^n)/x^3, x)

________________________________________________________________________________________